home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / mtd / onenand / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  314 b   |  16 lines

  1. #
  2. # Makefile for the OneNAND MTD
  3. #
  4.  
  5. # Core functionality.
  6. obj-$(CONFIG_MTD_ONENAND)        += onenand.o
  7.  
  8. # Board specific.
  9. obj-$(CONFIG_MTD_ONENAND_GENERIC)    += generic.o
  10. obj-$(CONFIG_MTD_ONENAND_OMAP2)        += omap2.o
  11.  
  12. # Simulator
  13. obj-$(CONFIG_MTD_ONENAND_SIM)        += onenand_sim.o
  14.  
  15. onenand-objs = onenand_base.o onenand_bbt.o
  16.